crypto/tls.clientHelloMsg.pskModes (field)
11 uses
	crypto/tls (current package)
		handshake_client.go#L394: 		hello.pskModes = []uint8{pskModeDHE}
		handshake_messages.go#L95: 	pskModes                         []uint8
		handshake_messages.go#L295: 	if len(m.pskModes) > 0 {
		handshake_messages.go#L303: 					exts.AddBytes(m.pskModes)
		handshake_messages.go#L624: 			if !readUint8LengthPrefixed(&extData, &m.pskModes) {
		handshake_messages.go#L704: 		pskModes:                         slices.Clone(m.pskModes),
		handshake_server_tls13.go#L302: 	for _, mode := range hs.clientHello.pskModes {
		handshake_server_tls13.go#L634: 		!bytes.Equal(ch.pskModes, ch1.pskModes)
		handshake_server_tls13.go#L840: 	for _, pskMode := range hs.clientHello.pskModes {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |